home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Complex / tests / Makefile next >
Makefile  |  1992-07-14  |  2KB  |  42 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../../Makedefs
  14. include ../../Makedefs
  15.  
  16. SOURCES  = test_Complex.C 
  17. OBJECTS  = $(SOURCES:.C=.o)
  18. PROGRAMS = $(OBJECTS:.o=.x)
  19. RESULTS  = $(PROGRAMS:.x=.out)
  20.  
  21. include ../../../Maketeststargs
  22.  
  23. # DO NOT DELETE THIS LINE -- make depend depends on it.
  24.  
  25. test_Complex.o: /home/etamin/u0/nguyen/cool/include/cool/Complex.h
  26. test_Complex.o: /usr/lang/SC1.0/include/CC/math.h
  27. test_Complex.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  28. test_Complex.o: /usr/lang/SC1.0/include/CC/stdio.h
  29. test_Complex.o: /usr/lang/SC1.0/include/CC/floatingpoint.h
  30. test_Complex.o: /usr/lang/SC1.0/include/CC/sys/ieeefp.h
  31. test_Complex.o: /usr/lang/SC1.0/include/CC/stream.h
  32. test_Complex.o: /usr/lang/SC1.0/include/CC/iostream.h
  33. test_Complex.o: /usr/lang/SC1.0/include/CC/memory.h
  34. test_Complex.o: /usr/lang/SC1.0/include/CC/iomanip.h
  35. test_Complex.o: /usr/lang/SC1.0/include/CC/generic.h
  36. test_Complex.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  37. test_Complex.o: /usr/lang/SC1.0/include/CC/fstream.h
  38. test_Complex.o: /home/etamin/u0/nguyen/cool/include/misc.h
  39. test_Complex.o: /usr/lang/SC1.0/include/CC/values.h
  40. test_Complex.o: /home/etamin/u0/nguyen/cool/include/defs.h
  41. test_Complex.o: /home/etamin/u0/nguyen/cool/include/test.h
  42.